go/types.Checker.indexedElts (method)
3 uses
go/types (current package)
expr.go#L1435: n := check.indexedElts(e.Elts, utyp.elem, utyp.len)
expr.go#L1462: check.indexedElts(e.Elts, utyp.elem, -1)
index.go#L415: func (check *Checker) indexedElts(elts []ast.Expr, typ Type, length int64) int64 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)